home *** CD-ROM | disk | FTP | other *** search
/ Enciclopedia Del Perro / Enciclopedia Del Perro.iso / recomen / wavmak22 / wmwin.exe / 0 / RCDATA / TWAVMIXDLG / TWAVMIXDLG.txt
Text File  |  1996-04-23  |  8KB  |  330 lines

  1. object WAVmixDlg: TWAVmixDlg
  2.   Left = 22
  3.   Top = 68
  4.   HelpContext = 3280
  5.   ActiveControl = FileListBox1
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'WAV Mix'
  9.   ClientHeight = 384
  10.   ClientWidth = 456
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   PixelsPerInch = 96
  16.   OnActivate = FormActivate
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 264
  21.     Width = 16
  22.     Height = 13
  23.     Caption = 'To'
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 8
  27.     Top = 248
  28.     Width = 441
  29.     Height = 89
  30.   end
  31.   object Label2: TLabel
  32.     Left = 16
  33.     Top = 16
  34.     Width = 28
  35.     Height = 13
  36.     Caption = 'From'
  37.   end
  38.   object Bevel2: TBevel
  39.     Left = 8
  40.     Top = 8
  41.     Width = 441
  42.     Height = 233
  43.   end
  44.   object gauge: TGauge
  45.     Left = 16
  46.     Top = 351
  47.     Width = 137
  48.     Height = 18
  49.     Color = clLime
  50.     ForeColor = clLime
  51.     ParentColor = False
  52.     Progress = 0
  53.   end
  54.   object Bevel3: TBevel
  55.     Left = 16
  56.     Top = 40
  57.     Width = 105
  58.     Height = 89
  59.   end
  60.   object Bevel4: TBevel
  61.     Left = 8
  62.     Top = 344
  63.     Width = 153
  64.     Height = 33
  65.   end
  66.   object CancelBtn: TBitBtn
  67.     Left = 264
  68.     Top = 344
  69.     Width = 89
  70.     Height = 33
  71.     Cursor = crArrow
  72.     Cancel = True
  73.     Caption = 'Cancel'
  74.     ModalResult = 2
  75.     TabOrder = 1
  76.     OnClick = CancelBtnClick
  77.     Glyph.Data = {
  78.       DE010000424DDE01000000000000760000002800000024000000120000000100
  79.       0400000000006801000000000000000000000000000000000000000000000000
  80.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  81.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  82.       333333333333333333333333000033337733333333333333333F333333333333
  83.       0000333911733333973333333377F333333F3333000033391117333911733333
  84.       37F37F333F77F33300003339111173911117333337F337F3F7337F3300003333
  85.       911117111117333337F3337F733337F3000033333911111111733333337F3337
  86.       3333F7330000333333911111173333333337F333333F73330000333333311111
  87.       7333333333337F3333373333000033333339111173333333333337F333733333
  88.       00003333339111117333333333333733337F3333000033333911171117333333
  89.       33337333337F333300003333911173911173333333373337F337F33300003333
  90.       9117333911173333337F33737F337F33000033333913333391113333337FF733
  91.       37F337F300003333333333333919333333377333337FFF730000333333333333
  92.       3333333333333333333777330000333333333333333333333333333333333333
  93.       0000}
  94.     Margin = 2
  95.     NumGlyphs = 2
  96.     Spacing = -1
  97.     IsControl = True
  98.   end
  99.   object HelpBtn: TBitBtn
  100.     Left = 360
  101.     Top = 343
  102.     Width = 89
  103.     Height = 34
  104.     HelpContext = 3280
  105.     TabOrder = 2
  106.     OnClick = HelpBtnClick
  107.     Kind = bkHelp
  108.     Margin = 2
  109.     Spacing = -1
  110.     IsControl = True
  111.   end
  112.   object toFileEdit: TEdit
  113.     Left = 40
  114.     Top = 264
  115.     Width = 265
  116.     Height = 20
  117.     TabOrder = 7
  118.     OnClick = toFileEditExit
  119.     OnExit = toFileEditExit
  120.     OnKeyPress = toFileEditKeyPress
  121.   end
  122.   object Panel1: TPanel
  123.     Left = 312
  124.     Top = 256
  125.     Width = 129
  126.     Height = 33
  127.     TabOrder = 8
  128.     object monoButton: TRadioButton
  129.       Left = 8
  130.       Top = 8
  131.       Width = 57
  132.       Height = 17
  133.       Caption = 'Mono'
  134.       TabOrder = 0
  135.     end
  136.     object stereoButton: TRadioButton
  137.       Left = 64
  138.       Top = 8
  139.       Width = 57
  140.       Height = 17
  141.       Caption = 'Stereo'
  142.       Checked = True
  143.       TabOrder = 1
  144.       TabStop = True
  145.     end
  146.   end
  147.   object Panel2: TPanel
  148.     Left = 312
  149.     Top = 296
  150.     Width = 129
  151.     Height = 33
  152.     TabOrder = 10
  153.     object eightButton: TRadioButton
  154.       Left = 8
  155.       Top = 8
  156.       Width = 57
  157.       Height = 17
  158.       Caption = '8 bits'
  159.       TabOrder = 0
  160.     end
  161.     object sixteenButton: TRadioButton
  162.       Left = 64
  163.       Top = 8
  164.       Width = 57
  165.       Height = 17
  166.       Caption = '16 bits'
  167.       Checked = True
  168.       TabOrder = 1
  169.       TabStop = True
  170.     end
  171.   end
  172.   object Panel3: TPanel
  173.     Left = 16
  174.     Top = 296
  175.     Width = 289
  176.     Height = 33
  177.     TabOrder = 9
  178.     object elevenButton: TRadioButton
  179.       Left = 16
  180.       Top = 8
  181.       Width = 81
  182.       Height = 17
  183.       Caption = '11025 Hz'
  184.       TabOrder = 0
  185.     end
  186.     object twentytwoButton: TRadioButton
  187.       Left = 104
  188.       Top = 8
  189.       Width = 81
  190.       Height = 17
  191.       Caption = '22050 Hz'
  192.       TabOrder = 1
  193.     end
  194.     object fourtyfourButton: TRadioButton
  195.       Left = 200
  196.       Top = 8
  197.       Width = 73
  198.       Height = 17
  199.       Caption = '44100 Hz'
  200.       Checked = True
  201.       TabOrder = 2
  202.       TabStop = True
  203.     end
  204.   end
  205.   object GroupBox2: TGroupBox
  206.     Left = 128
  207.     Top = 16
  208.     Width = 313
  209.     Height = 121
  210.     TabOrder = 5
  211.     object DriveComboBox2: TDriveComboBox
  212.       Left = 8
  213.       Top = 16
  214.       Width = 145
  215.       Height = 19
  216.       DirList = DirectoryListBox1
  217.       TabOrder = 0
  218.     end
  219.     object DirectoryListBox1: TDirectoryListBox
  220.       Left = 8
  221.       Top = 40
  222.       Width = 145
  223.       Height = 73
  224.       FileList = FileListBox1
  225.       ItemHeight = 16
  226.       TabOrder = 1
  227.     end
  228.     object FileListBox1: TFileListBox
  229.       Left = 160
  230.       Top = 40
  231.       Width = 145
  232.       Height = 73
  233.       ItemHeight = 16
  234.       Mask = '*.WAV'
  235.       ParentShowHint = False
  236.       ShowGlyphs = True
  237.       ShowHint = False
  238.       TabOrder = 3
  239.       OnChange = FileListBox1Change
  240.     end
  241.     object FilterComboBox2: TFilterComboBox
  242.       Left = 160
  243.       Top = 16
  244.       Width = 145
  245.       Height = 20
  246.       FileList = FileListBox1
  247.       Filter = 'WAV (*.WAV)|*.WAV|All files (*.*)|*.*'
  248.       TabOrder = 2
  249.     end
  250.   end
  251.   object addButton: TButton
  252.     Left = 24
  253.     Top = 48
  254.     Width = 89
  255.     Height = 33
  256.     Caption = 'Add'
  257.     TabOrder = 3
  258.     OnClick = addButtonClick
  259.   end
  260.   object DeleteButton: TButton
  261.     Left = 24
  262.     Top = 88
  263.     Width = 89
  264.     Height = 33
  265.     Caption = 'Remove'
  266.     TabOrder = 4
  267.     OnClick = DeleteButtonClick
  268.   end
  269.   object StringGrid1: TStringGrid
  270.     Left = 16
  271.     Top = 144
  272.     Width = 425
  273.     Height = 89
  274.     ColCount = 3
  275.     DefaultColWidth = 132
  276.     FixedCols = 0
  277.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs]
  278.     RowCount = 2
  279.     TabOrder = 6
  280.     OnClick = StringGrid1Click
  281.     OnEnter = StringGrid1Enter
  282.     OnExit = StringGrid1Exit
  283.     OnKeyPress = StringGrid1KeyPress
  284.     ColWidths = (
  285.       282
  286.       71
  287.       68)
  288.     RowHeights = (
  289.       24
  290.       24)
  291.   end
  292.   object OKBtn: TBitBtn
  293.     Left = 168
  294.     Top = 344
  295.     Width = 89
  296.     Height = 33
  297.     Caption = 'OK'
  298.     ModalResult = 1
  299.     TabOrder = 0
  300.     OnClick = OKbtnClick
  301.     Glyph.Data = {
  302.       DE010000424DDE01000000000000760000002800000024000000120000000100
  303.       0400000000006801000000000000000000000000000000000000000000000000
  304.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  305.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  306.       3333333333333333333333330000333333333333333333333333F33333333333
  307.       00003333344333333333333333377F3333333333000033334224333333333333
  308.       337337F3333333330000333422224333333333333733337F3333333300003342
  309.       222224333333333373333337F3333333000034222A22224333333337F337F333
  310.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  311.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  312.       0000333333333A222433333333333337F337F33300003333333333A222433333
  313.       333333337F337F33000033333333333A222433333333333337F337F300003333
  314.       33333333A222433333333333337F337F00003333333333333A22433333333333
  315.       3337F37F000033333333333333A223333333333333337F730000333333333333
  316.       333A333333333333333337330000333333333333333333333333333333333333
  317.       0000}
  318.     Margin = 2
  319.     NumGlyphs = 2
  320.     Spacing = -1
  321.     IsControl = True
  322.   end
  323.   object Timer1: TTimer
  324.     Enabled = False
  325.     Interval = 500
  326.     OnTimer = Timer1Timer
  327.     Left = 432
  328.   end
  329. end
  330.